home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.2
- date 88.07.14.17.38.33; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.19.14.30.08; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @Changed comment characters from |* to /* */.
- @
- text
- @/*
- *
- * testStubs.s --
- *
- * Stubs for the Test_ system calls.
- *
- * Copyright 1986, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: testStubs.s,v 1.1 88/06/19 14:30:08 ouster Exp $ SPRITE (Berkeley)
- *
- */
- #include "userSysCallInt.h"
-
- /*SYS_CALL(Test_GetChar, SYS_TEST_GETCHAR)*/
- /*SYS_CALL(Test_GetLine, SYS_TEST_GETLINE)*/
- SYS_CALL(Test_PrintOut, SYS_TEST_PRINTOUT)
- SYS_CALL(Test_Rpc, SYS_TEST_RPC)
- /*SYS_CALL(Test_Stats, SYS_TEST_STATS)*/
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 18
- a18 17
- |*
- |* testStubs.s --
- |*
- |* Stubs for the Test_ system calls.
- |*
- |* Copyright 1986, 1988 Regents of the University of California
- |* Permission to use, copy, modify, and distribute this
- |* software and its documentation for any purpose and without
- |* fee is hereby granted, provided that the above copyright
- |* notice appear in all copies. The University of California
- |* makes no representations about the suitability of this
- |* software for any purpose. It is provided "as is" without
- |* express or implied warranty.
- |*
- |* rcs = $Header: testStubs.s,v 2.0 87/08/11 09:31:21 brent Exp $ SPRITE (Berkeley)
- |*
-
- @
-